< Prev(J) / Next(K) > / View :

Filename: /text/scalc/01/04060199.xhp

(bookmark: bm_id3156445)
formulas; operators
operators; formula functions
division sign, see also operators
multiplication sign, see also operators
minus sign, see also operators
plus sign, see also operators
text operators
comparisons;operators in Calc
arithmetical operators
reference operators

数式; 演算子
演算子; 数式関数
除算記号、演算子も参照
乗算記号、演算子も参照
減算記号、演算子も参照
加算記号、演算子も参照
テキスト演算子
比較;Calc の演算子
算術演算子
参照演算子

Operators in Office Calc
Office Calc で使える演算子(hd_id3156445.1)

You can use the following operators in Office Calc:
Office Calc では、次の演算子が使用できます:(par_id3155812.2)

Arithmetical Operators
算術演算子(hd_id3153066.3)

These operators return numerical results.
この演算子は、計算結果として数値を返します。入力は常に半角で行います。(par_id3148601.4)

Operator
演算子(par_id3144768.5)

Name
名前(par_id3157982.6)

Example
(par_id3159096.7)

+ (Plus)
+ (プラス記号) (par_id3149126.8)

Addition
加算(par_id3150892.9)

1+1
1+1(par_id3153247.10)

- (Minus)
- (マイナス記号) (par_id3159204.11)

Subtraction
減算(par_id3145362.12)

2-1
2-1(par_id3153554.13)

- (Minus)
- (マイナス記号) (par_id3153808.14)

Negation
負の数(par_id3151193.15)

-5
-5(par_id3154712.16)

* (asterisk)
* (アスタリスク) (par_id3149873.17)

Multiplication
乗算(par_id3147504.18)

2*2
2*2(par_id3149055.19)

/ (Slash)
/ (スラッシュ) (par_id3151341.20)

Division
除算(par_id3159260.21)

9/3
9/3(par_id3153027.22)

% (Percent)
% (パーセント記号) (par_id3156396.23)

Percent
パーセント(par_id3150372.24)

15%
15%(par_id3145632.25)

^ (Caret)
^ (キャレット) (par_id3149722.26)

Exponentiation
べき算(par_id3159127.27)

3^2
3^2(par_id3157873.28)


Comparative operators
比較演算子(hd_id3152981.29)

These operators return either true or false.
この演算子は、計算結果として TRUE または FALSE を返します。入力は常に半角で行います。(par_id3157902.30)

Operator
演算子(par_id3149889.31)

Name
名前(par_id3150743.32)

Example
(par_id3146877.33)

= (equal sign)
= (等号) (par_id3148888.34)

Equal
等しい(par_id3154845.35)

A1=B1
A1=B1(par_id3154546.36)

> (Greater than)
> (大なり) (par_id3154807.37)

Greater than
左辺が右辺よりも大きい(par_id3148580.38)

A1>B1
A1>B1(par_id3145138.39)

< (Less than)
< (小なり) (par_id3149507.40)

Less than
左辺が右辺よりも小さい(par_id3150145.41)

A1<B1
A1<B1(par_id3150901.42)

>= (Greater than or equal to)
>= (大なりイコール) (par_id3153078.43)

Greater than or equal to
左辺が右辺以上(par_id3150866.44)

A1>=B1
A1>=B1(par_id3153111.45)

<= (Less than or equal to)
<= (小なりイコール) (par_id3153004.46)

Less than or equal to
左辺が右辺以下(par_id3150335.47)

A1<=B1
A1<=B1(par_id3148760.48)

<> (Inequality)
<> (ノットイコール) (par_id3157994.49)

Inequality
左辺と右辺が等しくない(par_id3150019.50)

A1<>B1
A1<>B1(par_id3149878.51)


Text operators
文字列演算子(hd_id3145241.52)

The operator combines separate texts into one text.
この演算子は、文字列どうしを結合します。入力は常に半角で行います。(par_id3155438.53)

Operator
演算子(par_id3150566.54)

Name
名前(par_id3153048.55)

Example
(par_id3149001.56)

& (And)
& (および) (par_id3148769.57)

(bookmark: bm_id3157975)
text concatenation AND

テキストの結合 AND

text concatenation AND
テキストの結合 And(par_id3157975.58)

"Sun" & "day" is "Sunday"
"Sun" & "day" は Sunday を返します。(par_id3157993.59)


Reference operators
参照演算子(hd_id3153550.60)

These operators return a cell range of zero, one or more cells.
これらの演算子は、ゼロ、または 1 つ以上のセルのセル範囲を返します。(par_id3149024.61)

Range has the highest precedence, then intersection, and then finally union.
範囲が優先順位がもっとも高く、次が積集合で、最後が和集合です。(par_id2324900.)

Operator
演算子(par_id3158416.62)

Name
名前(par_id3152822.63)

Example
(par_id3154949.64)

: (Colon)
: (コロン) (par_id3156257.65)

Range
範囲(par_id3153924.66)

A1:C108
A1:C108(par_id3148432.67)

! (Exclamation point)
! (感嘆符) (par_id3152592.68)

(bookmark: bm_id3150606)
intersection operator

共通部分の演算子

Intersection
共通部分(par_id3150606.69)

SUM(A1:B6!B5:C12)
SUM(A1:B6!B5:C12)(par_id3083445.70)

Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6.
この場合、セル B5 とセル B6 が共通部分にあり、合計が計算されます。(par_id3150385.71)

~ (Tilde)
~ (チルダ)(par_id4003723.)

Concatenation or union
連結または結合(par_id838953.)

Takes two references and returns a reference list, which is a concatenation of the left reference followed by the right reference. Double entries are referenced twice. See note below this table.
2 つの参照を選択し、左の参照の次に右の参照が続く連結の参照リストを返します。二重入力は 2 回参照されます。この表の下の注を参照してください。(par_id2511978.)


Note Icon 注マーク Reference concatenation using a tilde character was implemented lately. When a formula with the tilde operator exists in a document that is opened in old versions of the software, an error is returned. A reference list is not allowed inside an array expression.
チルダ文字を使用する参照連結は、最近導入されました。チルダ演算子を含む数式が、古いバージョンのソフトウェアで開かれるドキュメント内に存在する場合は、エラーが返されます。参照リストは、行列式内部では使用できません。(par_id181890.)


< Prev / Next >